CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spline interpolation

搜索资源列表

  1. matlab--Interpolation

    0下载:
  2. 本文是样条插值和线性分段插值的matlab代码,通过具体例子编程事例。-This paper is a spline interpolation and piecewise linear interpolation matlab code, through specific examples of programming examples.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:58850
    • 提供者:王惠惠
  1. Interpolation@Matlab

    0下载:
  2. 插值法的matlab实现,内含说明。拉格朗日插值,均分牛顿插值,差分牛顿插值,三次样条插值,埃米尔特插值-Matlab interpolation method implementations, containing instructions. Lagrange interpolation, Newton interpolation sharing, differential Newton interpolation, cubic spline interpolation, Amy Stewar
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:64106
    • 提供者:Zoe Man
  1. Spline

    0下载:
  2. 三次样条插值函数C++实现,包含I型边界条件和II型边界条件。封装在CSpline类中,可以直接调用。-Cubic spline interpolation function in C++, including type I and type II boundary conditions. Encapsulated in CSpline class, you can call directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3287233
    • 提供者:蒋锦朋
  1. Spline

    0下载:
  2. 采用MATLAB编写的三次样条插值程序,在《数值计算》典型算例中调试通过。-A cubic spline interpolation program in MATLAB,the validity of which has been verified in the numerical test.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1355
    • 提供者:keven
  1. Interpolation-and-fitting

    0下载:
  2. 此程序主要解决数据插值,三次样条插值及数据拟合等问题。-This program is mainly to solve the data interpolation, cubic spline interpolation and data fitting problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5607
    • 提供者:李坤
  1. spline

    0下载:
  2. B样条差值代码,是一个非常重要的数值插值工具,希望有用-B spline interpolation code, is a very important tool of numerical interpolation, the hope that useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1809
    • 提供者:df
  1. spline

    0下载:
  2. 三次样条插补曲线,将点以三次样条曲线连接,保证二阶可导且连续。-The three spline interpolation curve, the point to the three spline connection, to ensure that the two order can guide and continuous.
  3. 所属分类:CAD

    • 发布日期:2017-04-29
    • 文件大小:202355
    • 提供者:王夫康
  1. Three-order-spline-inter

    0下载:
  2. 在许多问题中,通常根据实验、观测或经验得到的函数表或离散点上的信息,去研究分析函数的有关特性。其中插值法是一种最基本的方法,以下给出最基本的插值问题——三次样条插值的基本提法 -In many problems, usually according to the experiment, observation or experience the function table or discrete points on the relevant information, to analyze th
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:625550
    • 提供者:daipinxuan
  1. method-of-interpolation

    0下载:
  2. 各种插值算法 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-Various interpolation algorithm 1 Lagrange Interpolation (POLINT)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5436
    • 提供者:lin
  1. spline

    4下载:
  2. 三次样条插值在labview2013/32上的实现-spline interpolation on labview 2013/32
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:12052
    • 提供者:高翔
  1. The-application-of-interpolation

    0下载:
  2. 三次样条插值和立方插值法来比较分析随机网络评审法中两个随机变量之间的相关性-Cubic spline interpolation and cubic interpolation method to comparative analysis of random network in the method of uating the correlation between two random variables
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3828
    • 提供者:张si
  1. cubic-spline

    0下载:
  2. cubic spline interpolation
  3. 所属分类:VOIP program

    • 发布日期:2017-04-13
    • 文件大小:1727
    • 提供者:samaneh
  1. Spline

    0下载:
  2. 三次样条插值,适用matlab。三次样条插值是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation for matlab. Cubic spline interpolation through a series of key points of a smooth curve, mathematically by solving the three moment equations derived curve fun
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:830
    • 提供者:tracy
  1. Spline

    0下载:
  2. 选择合适离散点,应用三次样条插值法逼近龙格函数-Select the appropriate discrete points, cubic spline interpolation function approximation Longa
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:ZHANCHENCHAO
  1. B-Interpolation

    1下载:
  2. B样条 Interpolation, 根据已给的数据,用B spline 进行插值 形成良好的曲面-B spline Interpolation
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:8611
    • 提供者:guangquan
  1. Spline

    0下载:
  2. 用于计算机图形学中的二次、三次样条插值和普通的线性插值、二次插值-Used in computer graphics in the second, third order spline interpolation and ordinary linear interpolation, quadratic interpolation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:Asun
  1. spline

    0下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序,很不错的程序-三次样条插值方法 Three spline interpolation method
  3. 所属分类:hospital software system

    • 发布日期:2017-05-04
    • 文件大小:3863
    • 提供者:王涛
  1. convegient-interpolation

    0下载:
  2. 采用VB绘制三次参数样条插值曲线,非常好看,方便!不错-Using VB to draw three parameter spline interpolation curve, very good-looking, convenient!
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:TL-6525
  1. SplineInterpolationAitken插值算法 C++程序

    0下载:
  2. 用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
  3. 所属分类:数值算法/人工智能

  1. CubicSplineInterpolation

    1下载:
  2. 三次样条插值法计算,采用自然边界条件,最终用TSS算法进行求解(Cubic spline interpolation)
  3. 所属分类:数学计算

    • 发布日期:2019-10-18
    • 文件大小:1024
    • 提供者:cylvie
« 1 2 3 4 5 6 78 9 10 11 12 ... 38 »
搜珍网 www.dssz.com